# valid buttons are:
#
# LTRIGGER 
# RTRIGGER 
# UP 
# DOWN 
# LEFT 
# RIGHT 
# TRIANGLE 
# CROSS 
# SQUARE 
# CIRCLE 
# HOME 
# VOLDOWN 
# VOLUP 
# SCREEN 
# NOTE 
# SELECT 
# START 
# DISABLE
#
# example:
# Flashlight = HOME
# Pixelfixer = LTRIGGER|UP
# Buttontester = RTRIGGER|DOWN|SQUARE
# 
# DISABLE as a button will disable that command
# example to disable an option:
# Pixelfixer = DISABLE
# -----------------------------------------------

Flashlight = LTRIGGER|CROSS 
Pixelfixer = LTRIGGER|SQUARE
Buttontester = LTRIGGER|CIRCLE
BrightnessMIN = LTRIGGER|VOLDOWN 
BrightnessMAX = LTRIGGER|VOLUP
LEDcontrol = LTRIGGER|TRIANGLE


##########################################################
# Auto disable your LEDs(Power,WLAN,MS) 
# while playing Videos from MS
# Default is 1 (enabled)
# ------------------------------------

VideoDisableLED = 1


##########################################################
# Define your Text/Background-Color
# Color for Buttontester/Info
# color_bg = Background , color_tx = Textcolor
# 0=Black, 1=White, 2=Red, 3=Blue, 4=Green 5=Yellow
# Default is 0, 5 (black/yellow)
# ------------------------------------------------

BTcolor_bg = 0
BTcolor_tx = 3



